Skip to main content
POST
/
api
/
platform
/
v1
/
clients
/
{id}
/
external_link
[Deprecated] Links a BSPK Client with a Client in an external backend system
curl --request POST \
  --url https://api.bspk.com/api/platform/v1/clients/{id}/external_link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "external_id": "CLI-789"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

BSPK's unique identifier of the client.

Body

application/json
external_id
string
required

Client's unique identifier provided by your backend system.

Example:

"CLI-789"

Response

Successful response